Search Results for

    Show / Hide Table of Contents

    Class <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonSerializerSettings

    Inheritance
    System.Object
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonSerializerSettings
    Namespace: Newtonsoft.Json
    Assembly: IronWord.dll
    Syntax
    public class <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonSerializerSettings : Object

    Constructors

    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonSerializerSettings()

    Declaration
    public <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonSerializerSettings()

    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonSerializerSettings(<af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonSerializerSettings)

    Declaration
    public <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonSerializerSettings( < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > JsonSerializerSettings original)
    Parameters
    Type Name Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonSerializerSettings original

    Properties

    Binder

    Declaration
    public SerializationBinder Binder { get; set; }
    Property Value
    Type Description
    System.Runtime.Serialization.SerializationBinder

    CheckAdditionalContent

    Declaration
    public bool CheckAdditionalContent { get; set; }
    Property Value
    Type Description
    System.Boolean

    ConstructorHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > ConstructorHandling ConstructorHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>ConstructorHandling

    Context

    Declaration
    public StreamingContext Context { get; set; }
    Property Value
    Type Description
    System.Runtime.Serialization.StreamingContext

    ContractResolver

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > IContractResolver ContractResolver { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>IContractResolver

    Converters

    Declaration
    public IList << af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > JsonConverter >Converters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<<af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonConverter>

    Culture

    Declaration
    public CultureInfo Culture { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo

    DateFormatHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > DateFormatHandling DateFormatHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>DateFormatHandling

    DateFormatString

    Declaration
    public string DateFormatString { get; set; }
    Property Value
    Type Description
    System.String

    DateParseHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > DateParseHandling DateParseHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>DateParseHandling

    DateTimeZoneHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > DateTimeZoneHandling DateTimeZoneHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>DateTimeZoneHandling

    DefaultValueHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > DefaultValueHandling DefaultValueHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>DefaultValueHandling

    EqualityComparer

    Declaration
    public IEqualityComparer EqualityComparer { get; set; }
    Property Value
    Type Description
    System.Collections.IEqualityComparer

    Error

    Declaration
    public EventHandler << af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > ErrorEventArgs >Error { get; set; }
    Property Value
    Type Description
    System.EventHandler<<af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>ErrorEventArgs>

    FloatFormatHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > FloatFormatHandling FloatFormatHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>FloatFormatHandling

    FloatParseHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > FloatParseHandling FloatParseHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>FloatParseHandling

    Formatting

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > Formatting Formatting { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>Formatting

    MaxDepth

    Declaration
    public Nullable<int> MaxDepth { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    MetadataPropertyHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > MetadataPropertyHandling MetadataPropertyHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>MetadataPropertyHandling

    MissingMemberHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > MissingMemberHandling MissingMemberHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>MissingMemberHandling

    NullValueHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > NullValueHandling NullValueHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>NullValueHandling

    ObjectCreationHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > ObjectCreationHandling ObjectCreationHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>ObjectCreationHandling

    PreserveReferencesHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > PreserveReferencesHandling PreserveReferencesHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>PreserveReferencesHandling

    ReferenceLoopHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > ReferenceLoopHandling ReferenceLoopHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>ReferenceLoopHandling

    ReferenceResolver

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > IReferenceResolver ReferenceResolver { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>IReferenceResolver

    ReferenceResolverProvider

    Declaration
    public Func << af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > IReferenceResolver >ReferenceResolverProvider { get; set; }
    Property Value
    Type Description
    System.Func<<af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>IReferenceResolver>

    SerializationBinder

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > ISerializationBinder SerializationBinder { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>ISerializationBinder

    StringEscapeHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > StringEscapeHandling StringEscapeHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>StringEscapeHandling

    TraceWriter

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > ITraceWriter TraceWriter { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>ITraceWriter

    TypeNameAssemblyFormat

    Declaration
    public FormatterAssemblyStyle TypeNameAssemblyFormat { get; set; }
    Property Value
    Type Description
    System.Runtime.Serialization.Formatters.FormatterAssemblyStyle

    TypeNameAssemblyFormatHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > TypeNameAssemblyFormatHandling TypeNameAssemblyFormatHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>TypeNameAssemblyFormatHandling

    TypeNameHandling

    Declaration
    public  < af9ee0c5 - a8cb - 435  a - 8f  c7 - 7f  3f  1  c1a3657 > TypeNameHandling TypeNameHandling { get; set; }
    Property Value
    Type Description
    <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>TypeNameHandling
    ☀
    ☾
    Downloads
    • Download with NuGet
    • Start for Free
    In This Article
    Back to top
    Install with NuGet
    Want to deploy IronWord to a live project for FREE?
    What’s included?
    30 days of fully-functional product
    Test and share in a live environment
    No watermarks in production
    Get your free 30-day Trial Key instantly.
    No credit card or account creation required
    Your Trial License Key has been emailed to you.
    Download IronWord free to apply
    your Trial Licenses Key
    Install with NuGet View Licenses
    Licenses from $499. Have a question? Get in touch.